* make-dist: Distribute `src/bitmaps' too.
authorJim Blandy <jimb@redhat.com>
Mon, 15 Mar 1993 01:16:36 +0000 (01:16 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 15 Mar 1993 01:16:36 +0000 (01:16 +0000)
make-dist

index 90fce0f53d48a9097814feea85e38a810a31147e..41631f2f5e6b22e104e59e6ada605cb3400c38fe 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -104,7 +104,7 @@ echo "Creating subdirectories."
 # I think we're not going to distribute anything in external-lisp, so
 # I've removed it from this list.
 for subdir in lisp lisp/calc-2.02 lisp/term local-lisp \
-             src src/m src/s lib-src oldXMenu \
+             src src/m src/s src/bitmaps lib-src oldXMenu \
              etc lock cpp info man shortnames vms; do
   mkdir ${tempdir}/${subdir}
 done
@@ -166,6 +166,10 @@ echo "Making links to \`src'."
    etags *.h *.c ../lisp/*.el
  fi)
 
+echo "Making links to \`src/bitmaps'."
+(cd src/bitmaps
+ ln README *.xbm ../../${tempdir}/src/bitmaps)
+
 echo "Making links to \`src/m'."
 (cd src/m
  ln README [a-zA-Z0-9]*.h ../../${tempdir}/src/m)